home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Science / µSim 1.0b5 folder / source / AEHandlers.h < prev    next >
Encoding:
Text File  |  1993-10-01  |  715 b   |  14 lines  |  [TEXT/MMCC]

  1. pascal OSErr myHandleOAPP(const AppleEvent *theAppleEvent, AppleEvent *reply,
  2.                     long handlerRefcon);
  3. pascal OSErr myHandleODOC(const AppleEvent *theAppleEvent, AppleEvent *reply,
  4.                     long handlerRefcon);
  5. pascal OSErr myHandlePDOC(const AppleEvent *theAppleEvent, AppleEvent *reply,
  6.                     long handlerRefcon);
  7. pascal OSErr myHandleQUIT(const AppleEvent *theAppleEvent, AppleEvent *reply,
  8.                     long handlerRefcon);
  9. pascal Boolean myIdleFunct(EventRecord *event, long *sleepTime, RgnHandle *mouseRg);
  10. pascal OSErr myHandleIO(const AppleEvent *theAppleEvent, AppleEvent *reply,
  11.                     long handlerRefcon);
  12. pascal OSErr myHandleGenericAlert(const AppleEvent *theAppleEvent, AppleEvent *reply,
  13.                     long handlerRefcon);
  14.